ListBox.SelectionType

Indicates the type of selection allowed via mouse gestures. Use the following class constants to set the selection type:
SelectionSingle (0): Single row selection
SelectionMultiple (1): Multiple row selection.
If multiple row selection is on, a ListBox will handle Edit > Select All menu item commands by default.

Syntax

SelectionType as Integer